.event-x3.activities article {
    margin-bottom: 13px;
    max-height: 220px;
}

.event-x3 article .image-container {
    height: 200px;
    width: 406px;

    padding: 10px;

    margin-right: 25px;
}

.event-x3 article .content-container {
    padding: 20px 0;
    width: fit-content;
    max-width: 1000px;

    overflow: hidden;

    display: flex;
    flex-direction: column;
}

.content-container h2 {
    margin-top: 0;
    margin-bottom: 4px;

    font-family: 'Bebas Neue';
    font-size: 30px;
}

.content-container .location {
    margin-bottom: 5px;

    font-family: 'Bebas Neue';
    font-size: 30px;

    color: #69c0bb;
}

.content-container p {
    margin: 0;
    font-family: 'Sansation';
    font-size: 20px;
}

.content-container p:last-child {
    margin-top: auto;
    font-weight: bold;
}

.event-x3 .image-container img {
    max-width: 100%;
    width: 100%;
    height: 100%;

    object-fit: cover;
}